| Einhugur Word Plugin for Xojo |
|
EinhugurWord.ComplexRunFieldTypes Enum
Field type enum for complex runs.
enum EinhugurWord.ComplexRunFieldTypes
Constants
Unknown = -2 | The field type is unknown to the Word plugin. |
None = 0 | There is no field. |
DateField = 1 | Date field.
The plugin supports adding Date fields also. |
TimeField = 2 | Time field.
The plugin supports adding Time fields also. |
HyperlinkField = 3 | Hyperlink field.
The plugin supports adding hyperlink fields also. |
PageNumberField = 4 | Page number field.
The plugin will never be able to insert field of this type because Word does not auto update this field when opening the document, and without full word you would have no way to realise initial value to put into the field for Page number since you cannot measure on what page you are. |
PageCountField = 5 | Page count field.
The plugin will never be able to insert field of this type because Word does not auto update this field when opening the document, and without full word you would have no way to realise initial value to put into the field for total number of pages since you cannot measure anything. |